home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / shell-tools / msdos_36 / dos6 / label < prev    next >
Encoding:
AmigaDOS Script File  |  1994-10-18  |  305 b   |  18 lines

  1. .key DEVICE/A
  2. .bra [
  3. .ket ]
  4. .def [DEVICE] :
  5.  
  6. If Not Exists [DEVICE]
  7.   Echo "Invalid drive specification."
  8.   Quit
  9. EndIf
  10.  
  11. Echo "Current drive label is " NOLINE
  12. Which [DEVICE]
  13. Echo "Enter new label: " NOLINE
  14. Echo >RAM:LB "C:Relabel [DEVICE] " NOLINE
  15. GetLine >>RAM:LB
  16. Execute >NIL: RAM:LB
  17. Delete RAM:LB Quiet
  18.